home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Grafik & Text / OzTeX3.0 / MetaPost / Configs / Default < prev    next >
Text File  |  1997-02-19  |  4KB  |  100 lines

  1. % OzMP reads this configuration file when it starts up.
  2. % Before making any changes, read the section on configuration files
  3. % in the OzTeX User Guide and the notes at the end of this file.
  4.  
  5. % Files and folders:
  6.  
  7. config_files    = -- "Big MP" -- "Use LaTeX" "Delete tex/log/dvi"
  8. mem_files       = Plain
  9. help_files      = MetaPost -- MPtoTeX DVItoMP -- Copyright
  10. input_folders   = :MetaPost:Inputs:
  11. tfm_folders     = :TeX-fonts:* :AMS:TFM:
  12. vf_folders      = :VF-files:
  13. help_folder     = :MetaPost:Help:
  14. mem_folder      = :MetaPost:Mems:
  15. pool_file       = :MetaPost:Mems:mp.pool          (used by INIMP)
  16. mptotex_header  = :MetaPost:Inputs:Plain.header   (used by MPtoTeX)
  17. tex_application = OzTeX
  18.  
  19. % Flags:
  20.  
  21. quit_tex   = false
  22. delete_tex = false
  23. delete_log = false
  24. delete_dvi = false
  25.  
  26. % MetaPost parameters:
  27.  
  28. main_memory      = 60000   (rebuild mem files if this is reduced)
  29. buf_size         = 1000
  30. max_strings      = 4000
  31. string_vacancies = 34000
  32. pool_size        = 60000
  33. pool_free        = 3000
  34. stack_size       = 60
  35. path_size        = 400
  36. max_kerns        = 800
  37. lig_table_size   = 6000
  38. max_print_line   = 79
  39. error_line       = 79
  40. half_error_line  = 50
  41.  
  42. % Later parameters override earlier ones, so include any changes here
  43. % if you want to keep a record of the above settings.
  44.  
  45.  
  46. !
  47. The above exclamation mark tells OzMP to stop reading the config file.
  48. Now we can add some notes without having to start each line with "%".
  49.  
  50. Files and folders
  51. -----------------
  52.  
  53. Path names beginning with ":" are relative to the location of OzMP.
  54. See the OzTeX User Guide for more details about the syntax of path names.
  55.  
  56. Names in the config_files list appear as items at the end of the Config
  57. menu and should correspond to text files stored in :MetaPost:Configs:.
  58. Note that config_files is ignored in non-default configuration files.
  59.  
  60. Names in the mem_files list appear as items at the end of the MetaPost
  61. menu and should correspond to .mem files inside the given mem_folder.
  62. Mem names must not contain any spaces.  Place your preferred mem first.
  63.  
  64. Names in the help_files list appear as items in the Help menu and should
  65. correspond to text files in the given help_folder.  The Help menu will not
  66. appear if the list is empty.
  67.  
  68. NOTE: Any string starting with "-" in the above three lists will result in
  69. a disabled line in the corresponding menu.
  70.  
  71. The input_folders value is a list of folder paths used by MetaPost to
  72. locate .mp files.
  73.  
  74. The tfm_folders and vf_folders lists are used by DVItoMP to locate .tfm
  75. and .vf files.  The supplied lists match those in OzTeX's Default config.
  76.  
  77. The mptotex_header file is used by MPtoTeX to prepend information to the
  78. start of the mpx.tex output file.  Plain.header forces OzTeX to typeset
  79. mpx.tex using the Plain format.  A LaTeX.header file is also supplied for
  80. people who prefer to use LaTeX.
  81.  
  82. The tex_application parameter specifies the name of the application called
  83. by MetaPost to convert a .tex file to a .dvi file.
  84.  
  85. Flags
  86. -----
  87.  
  88. The various flags are only examined by MetaPost after it has called
  89. MPtoTeX, OzTeX and DVItoMP to successfully create a .mpx file.
  90. If a delete_* flag is true then the corresponding mpx.* file is deleted.
  91. If the quit_tex flag is true then MetaPost will send a quit event to
  92. the given tex_application (presumably OzTeX).
  93.  
  94. MetaPost parameters
  95. -------------------
  96.  
  97. The supplied values are sufficient for most people.  Only advanced MetaPost
  98. hackers should need to change them.  Note that plain.mem only needs to be
  99. rebuilt if main_memory is REDUCED.
  100.